View all Node Subnets
get
https://api.synapsefi.com
/v3.1/users/:user_id/nodes/:node_id/subnets
Get Subnets
HTTP
cURL
Python
JS
PHP
GO
GET /v3.1/users/5fd7acfd8677040053ad486d/nodes/5bc0c76f4ca8c400aa8d4cbc/subnets HTTP/1.1
Host: uat-api.synapsefi.com
X-SP-USER-IP: 255.127.79.76
X-SP-USER: oauth_0YFNLHvg2c0mjGopszQ45yOBiqSUl8xruCRfaZXw|e83cf6ddcf778e37bfe3d48fc78a6502062fc
Content-Type: application/json
curl --location --request GET 'https://uat-api.synapsefi.com/v3.1/users/5fd7acfd8677040053ad486d/nodes/5bc0c76f4ca8c400aa8d4cbc/subnets' \
--header 'X-SP-USER-IP: 255.127.79.76' \
--header 'X-SP-USER: oauth_0YFNLHvg2c0mjGopszQ45yOBiqSUl8xruCRfaZXw|e83cf6ddcf778e37bfe3d48fc78a6502062fc' \
--header 'Content-Type: application/json'
//
//
//
//
Last modified 2yr ago