Skip to main content
GET
List Funding Networks

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

API-Nonce
string
header
required

The "API-Nonce" header should contain an always-increasing 64-bit integer, most commonly a Unix timestamp in milliseconds. Each request must use a nonce greater than the nonce of the previous request signed with the same API key.

Query Parameters

account_id
string

Account ID

Response

200 - application/json

Returns all networks and networks groups available to the user.

network_groups
object[]

Groups of networks that share the same address format (eg EVM-compatible networks).

networks
object[]

Available networks.