Skip to content

Buy Bundle

POST
/v1/bundles/buy

Buy a cryptocurrency bundle.

Authorizations

apiKey

Your API key

Type
API Key (header: X-VALR-API-KEY)
+
apiSignature

HMAC SHA512 signature of the request (see Authentication section)

Type
API Key (header: X-VALR-SIGNATURE)
+
apiTimestamp

Request timestamp in milliseconds

Type
API Key (header: X-VALR-TIMESTAMP)

Request Body

application/json
JSON
{
"amount": "3",
"payCurrency": "USDT",
"bundleSymbol": "VALR3"
}

Responses

Bundle purchase initiated successfully

application/json

Playground

Authorization
Body

Samples