Skip to main content
POST
Create a Crypto wallet
Create a crypto wallet to hold specified blockchain assets. The crypto wallet will contain the specified chain and coins that an integrator desires to hold, and you can create as many wallets as needed.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the wallet

Example:

"My Wallet"

chain
enum<string>

The chain of the wallet.Its required if the wallet is a crypto wallet

Available options:
ETHEREUM,
BSC,
CELO,
AVALANCHE,
POLYGON,
ARBITRUM,
OPTIMISM,
STELLAR,
TRON,
FUSE,
LIGHTNING,
SOLANA,
PROVENANCE,
CARDANO,
HEDERA,
BASE,
LISK,
VICTION,
SCROLL,
STABLE
Example:

"eg CELO or ETHEREUM or AVALANCHE or POLYGON"

Response

success
boolean
Example:

true

message
string
Example:

"Wallet has been successfully created."

data
object