Addresses
Generate Address
This endpoint allows you to create a new address for a specific wallet.
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
name | false | string | The name of the address. |
metadata | false | object | Additional metadata for the address, this will be part of any transaction tied to this |
showPrivateKey | false | boolean | If you want the address private key to be part of the response |
disableAutoSweep | false | boolean | Disable automatic sweeping of assets sent to the address into your master wallet |
enableGaslessWithdraw | false | boolean | Enable gasless transactions from this address |
POST
/
v1
/
wallets
/
{walletId}
/
addresses
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredBody
application/json
disableAutoSweep
string
enableGaslessWithdraw
string
metadata
string
name
string
showPrivateKey
string
Response
200 - application/json
data
object
message
string
statusCode
number