Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
yellowcard
Setup Yellowcard integration.
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
apiKey
string
required

The Yellowcard API key for authentication.

Example:

"hKaAodQNLK"

apiSecret
string
required

The Yellowcard API secret for authentication.

Example:

"ad0b2a2190dde067f3fd5a523f1c2aen"

omnibusAddresses
object

Optional omnibus addresses grouped by blockchain network.

Response

202 - application/json

Organization Yellowcard integration data

provider
string
required
integrationNetworkAddresses
object[]