curl -X POST "{{base_url}}/account/networks" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Account
Networks
Supported blockchain networks and assets.
POST
/
account
/
networks
curl -X POST "{{base_url}}/account/networks" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Each network includes name, icon, settlement wallet address, checkout status, and assets.
curl -X POST "{{base_url}}/account/networks" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
