POST
/
sandbox
/
profiles
/
{profile_id}
/
deposit
Create Sandbox Deposit
curl --request POST \
  --url https://api.paxos.com/v2/sandbox/profiles/{profile_id}/deposit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "asset": "<string>",
  "amount": "<string>",
  "crypto_network": "BITCOIN",
  "crypto_address": "<string>"
}'
{
  "activity_id": "<string>"
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

profile_id
string
required

The ID of the profile that will credited with the assets.

Body

application/json

Response

200 - application/json

A successful response.

The response is of type object.