Update an on-chain integration
curl --request PATCH \
--url http://localhost:3001/v1/onchain-integrations/{onchainIntegrationId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"apiKey": "<string>",
"pollingEnabled": true,
"pushEnabled": true,
"watchedAddresses": [
"<string>"
],
"startBlock": 4503599627370495
}
'{
"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",
"watchedAddresses": [
"<string>"
],
"startBlock": 123
}๐ Integrations & API Keys
Update an on-chain integration
PATCH
/
v1
/
onchain-integrations
/
{onchainIntegrationId}
Update an on-chain integration
curl --request PATCH \
--url http://localhost:3001/v1/onchain-integrations/{onchainIntegrationId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"apiKey": "<string>",
"pollingEnabled": true,
"pushEnabled": true,
"watchedAddresses": [
"<string>"
],
"startBlock": 4503599627370495
}
'{
"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",
"watchedAddresses": [
"<string>"
],
"startBlock": 123
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Body
application/json
Response
Default Response
Available options:
disabled, active, deleted Available options:
true โI
