Wallet management endpoints
Get status of a wallet claim to self custody
Get status of a wallet claim to self custody.
get/user/wallet/claim
Headers
x-api-keystring required
The server generated secret required to authorize the request. This value should be the same one used returned in the POST response when the wallet was created.
Response
Successfully retrieved self custody wallet status
Example response
{
"secret": "server-generated-secret",
"state": "SELF_CUSTODY",
"status": "COMPLETE",
"addresses": {
"SYMBOL": "blockchain-address"
}
}