Comment on page
Deliveries
Delivery requests allow you to airdrop $TOKENs directly to your users' wallets, and be notified when it's done.
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.
post
http://localhost:8080/v1
/deliveries
Create a new delivery request
get
http://localhost:8080/v1
/deliveries/{requestId}
Get a delivery request information and status
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 modified 7mo ago