Skip to main content
POST
/
sandbox
/
deposit
cURL
curl --request POST \
  --url https://gateway.architect.exchange/api/sandbox/deposit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": "<string>",
  "symbol": "<string>"
}
'

Authorizations

Authorization
string
header
required

User session token

Body

application/json
amount
string
required
symbol
string
required

Response

Deposit successful