Deliveries
Delivery requests allow you to airdrop $TOKENs directly to your users' wallets, and be notified when it's done.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
objectOptional
Responses
200
Created
application/json
Responseobject
post
/deliveriesPOST /v1/deliveries HTTP/1.1
Host: localhost:8080
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}200
Created
{}Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
requestIdstringRequired
Responses
200
Delivery request information
application/json
Responseobject
get
/deliveries/{requestId}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