Get networks available for your organization.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/network/organization \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "networks": [ { "id": "<string>", "enabled": true, "name": "<string>", "globalAccess": true, "isMainnet": true, "addressFamily": "EVM", "decimals": 123, "chainId": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication
SDK version header
0
10
Filter by enabled status (true = only enabled networks)
Filter by network name
Your available networks
Show child attributes
Was this page helpful?