v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Whitelist Corporate Destination Address

Whitelist a destination address for a corporate - Currently only used for DeFi transactions

post/wallets/corporate/whitelist-address

Headers

api-keystring required

api-key is available on the dashboard

Authorizationstring required

Request body

applicationIdstring required

Your corporate application ID

addressstring required

A string of the destination. Must be a valid address on the network you want to whitelist for.

currencystring required

The currency you want this whitelisted address to receive.

networkstring required

A network from the default networks specified in the "Moving Money Around" section

labelstring

An optional label to tag your address. Must be unique. A string upto 30 characters.

Response

200

idstring
statusstring
addressstring
labelstring

Example response

{
  "id": "USDT_TEST",
  "status": "PENDING_ACTIVATION",
  "address": "0xC2F1FF4bA36D8A36b440b38e12F67f6C593F98CF",
  "label": "My USDT Address",
  "network": {
    "name": "Tether USD (Ropsten)",
    "type": "ERC20",
    "contractAddress": "0x0DDEE4c98758243F60dC8C14D13D6aa42Ce58150"
  }
}