Deliveries

Delivery requests allow you to airdrop $TOKENs directly to your users' wallets, and be notified when it's done.

circle-info

How are Deliveries different than Allocations?

The delivery system differs from the allocation system in that it is designed to deliver $TOKENs on a per-transaction basis, rather than in batches.

Create a new delivery request

post
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
objectOptional
Responses
chevron-right
200

Created

application/json
Responseobject
post
/deliveries
200

Created

Get a delivery request information and status

get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
requestIdstringRequired
Responses
chevron-right
200

Delivery request information

application/json
Responseobject
get
/deliveries/{requestId}
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