curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/yellowcard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "hKaAodQNLK",
"apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
"omnibusAddresses": {
"evm": "0x1234567890abcdef1234567890abcdef12345678",
"solana": "4kzKf7p83nXq5VK92K9YfSsfSqsCim29s3VAmxyz123",
"tron": "TQ9n1Muf6pZL4e1DqYNo8v5yRk6VxVQ2Q3"
}
}
'{
"provider": "<string>",
"integrationNetworkAddresses": [
{
"network": "POLYGON",
"address": "<string>"
}
]
}Create Yellowcard integration to configure the connection of Identity with the Yellowcard Wallet.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/yellowcard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "hKaAodQNLK",
"apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
"omnibusAddresses": {
"evm": "0x1234567890abcdef1234567890abcdef12345678",
"solana": "4kzKf7p83nXq5VK92K9YfSsfSqsCim29s3VAmxyz123",
"tron": "TQ9n1Muf6pZL4e1DqYNo8v5yRk6VxVQ2Q3"
}
}
'{
"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 Yellowcard API key for authentication.
"hKaAodQNLK"
The Yellowcard API secret for authentication.
"ad0b2a2190dde067f3fd5a523f1c2aen"
Optional omnibus addresses grouped by blockchain network.
Show child attributes
Was this page helpful?