Skip to main content
POST

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

account_id
string
required

Internet International Bank Account Number identifying the PWS account the conversion belongs to.

Required string length: 14 - 42

Body

application/json

Request to whitelist a crypto address under the account.

asset
string
required

Asset ticker symbol (e.g. "BTC", "USDC"). Must be a withdrawable asset.

Required string length: 1 - 16
via
string
required

Network / chain identifier for this withdrawal address (e.g. "bitcoin", "polygon", "ethereum"). Matched case-insensitively against the networks the platform currently supports for asset. Sending an unsupported network for the given asset returns 400 BadRequest with the available networks in the error message.

Required string length: 1 - 32
address
string
required

The crypto address itself.

Required string length: 1 - 64
verification_method
enum<string>
required

Travel Rule verification method for this wallet. Supported values are self-hosted and hosted.

Available options:
self-hosted,
hosted
Required string length: 1 - 32

Response

Successful response

data
CreateWhitelistedWalletResponseData · object
required

The newly whitelisted wallet.