Skip to main content
GET
/
v1
/
onchain-integrations
List on-chain integrations
curl --request GET \
  --url http://localhost:3001/v1/onchain-integrations
{
  "items": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "provider": "<string>",
      "networkFamily": "<string>",
      "networkId": "<string>",
      "name": "<string>",
      "integrationKey": "<string>",
      "hasApiKey": true,
      "pollingEnabled": true,
      "pushEnabled": true,
      "watchedAddressCount": 123,
      "lastTransferSyncedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Headers

authorization
string
Minimum string length: 1
x-organization-id
string
Minimum string length: 1

Response

Default Response

items
OnchainIntegrationSnapshot ยท object[]
required
total
integer
required