Collection
Generate a stablecoin deposit address
Generate a unique USDT deposit address on a supported network. Send this address to customers so they can deposit USDT into your Mavapay stablecoin wallet. You can generate multiple addresses per network and use label to identify them.
POST
Authorizations
Body
application/json
The stablecoin to collect. Currently only USDT is supported.
Available options:
USDT Example:
"USDT"
The blockchain network to generate the address on. Use lowercase values in the request.
Available options:
trc20, erc20, plasma, solana, polygon Example:
"erc20"
A human-readable identifier for this address. Returned as reference on the address object.
Example:
"test 1"
