Fund Wallet
REST
Fund Wallet
Send funds to a wallet.
API scope required: wallets.fund
POST
Fund Wallet
This is an alpha API and subject to change.
This endpoint is only available in staging and only supports USDXM.
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<walletType>userId:<userId>:<walletType>userId:<userId>:<walletType>(white label user example)phoneNumber:<phoneNumber>:<walletType>twitter:<handle>:<walletType>x:<handle>:<walletType>me:<walletType>(Use when calling from the client side with a client API key)
Body
application/json
The amount of currency to fund the wallet with. Between 1 and 100
Required range:
1 <= x <= 100Example:
10
The currency to fund the wallet with. Only USDXM is supported.
Available options:
usdxm Example:
"usdxm"
The chain to fund the wallet with
Available options:
arbitrum-sepolia, avalanche-fuji, base-sepolia, ethereum-sepolia, optimism-sepolia, polygon-amoy, sei-atlantic-2-testnet, skale-nebula-testnet, soneium-minato-testnet, viction-testnet, solana, stellar Example:
"base-sepolia"
Response
Funds sent successfully.
The token
Available options:
ape, bnb, coti, eth, pathusd, matic, mnt, pol, plume, sei, chz, avax, xai, fuel, hbar, vic, ip, zcx, u2u, flow, usdc, usdce, busd, usdxm, usdt, credit, usdf, pyusd0, eurc, weth, degen, superverse, pirate, wld, xmeme, alphausd, betausd, thetausd, bonk, phantom-cash, xlm, usdm0, usdm1, mgusd, sol, sui, apt, sfuel, xion Example:
"eth"
The number of decimals of the token
Example:
18
The balance of the wallet in different chains
Example:
{
"token": "usdc",
"decimals": 6,
"balances": {
"base": "121000000",
"ethereum": "121000000",
"total": "242000000"
}
}
