Send funds to a wallet.
API scope required: wallets.fund
API key required for authentication
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)Parameters required to fund a wallet
The amount of currency to fund the wallet with. Between 1 and 100
1 <= x <= 10010
The currency to fund the wallet with. Only USDXM is supported.
usdxm "usdxm"
The chain to fund the wallet with
arbitrum-sepolia, avalanche-fuji, base-sepolia, ethereum-sepolia, optimism-sepolia, polygon-amoy, sei-atlantic-2-testnet, skale-nebula-testnet, soneium-minato-testnet, viction-testnet "base-sepolia"
Funds sent successfully.
The token
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, weth, degen, eurc, superverse, pirate, wld, xmeme, alphausd, betausd, thetausd, bonk, usdm0, usdm1, sol, sui, apt, sfuel, xion, xlm "eth"
The number of decimals of the token
18
The balance of the wallet in different chains
[
{
"token": "usdc",
"decimals": 6,
"balances": {
"base": "121000000",
"ethereum": "121000000",
"total": "242000000"
}
},
{
"token": "eth",
"decimals": 18,
"balances": {
"ethereum": "1000000000000000000",
"total": "1000000000000000000"
}
}
]