List deployed contracts with optional filters and pagination.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/deployed-contracts \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "deployedContracts": { "contracts": [ { "id": "<string>", "contractAddress": "<string>", "network": "<string>", "contractTemplateId": "<string>" } ], "total": 123, "skip": 123, "take": 123 } }
API key for authentication
SDK version header
0
10
Deployed contracts (paginated)
Show child attributes
Was this page helpful?