Deliveries
Delivery requests allow you to airdrop $TOKENs directly to your users' wallets, and be notified when it's done.
Authorizations
Path parameters
requestIdstringRequired
Responses
200
Delivery request information
application/json
Responseobject
get
GET /v1/deliveries/{requestId} HTTP/1.1
Host: localhost:8080
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200
Delivery request information
{}
Conversion Rate
Similar to payment requests, delivery requests can also save an arbitrary conversion rate. This can be especially useful if you need to lock in a specific exchange rate for a particular transaction.
Last updated