Skip to main content
POST
Validate counterparty Id
For more information, please visit the INTX Java SDK.

Authorizations

CB-ACCESS-KEY
string
header
required

The Client ID that owns the API Key for the request

CB-ACCESS-PASSPHRASE
string
header
required

The pass phrase affiliated with the API Key

CB-ACCESS-SIGN
string
header
required

A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY

CB-ACCESS-TIMESTAMP
string
header
required

The timestamp of when the request is being made

Body

application/json
counterparty_id
string
required

Counterparty Id to be validated

Example:

"CBTQDGENHE"

Response

Return whether the counterparty Id is valid to withdraw to

counterparty_id
string

Counterparty Id

Example:

"CBTQDGENHE"

valid
boolean

Whether the counterparty Id is valid to withdraw to

Example:

true