curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/bitso \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "hKaAodQNLK",
"apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
"ownerIdentityId": "cm9db4g2s4r7ro224ra6u1qvl"
}
'{
"provider": "<string>",
"integrationNetworkAddresses": [
{
"network": "POLYGON",
"address": "<string>"
}
]
}Create Bitso integration to configure the connection with the Bitso Wallet.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/bitso \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "hKaAodQNLK",
"apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
"ownerIdentityId": "cm9db4g2s4r7ro224ra6u1qvl"
}
'{
"provider": "<string>",
"integrationNetworkAddresses": [
{
"network": "POLYGON",
"address": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Bitso API key for authentication.
10 - 32"hKaAodQNLK"
The Bitso API secret for authentication.
10 - 64"ad0b2a2190dde067f3fd5a523f1c2aen"
Id of the identity, who is the owner of Bitso Wallet.
"cm9db4g2s4r7ro224ra6u1qvl"
Was this page helpful?