v1
latestOpenAPI 3.0.12026-07-2699111970.1 KBFund Wallet
Send funds to a wallet.
API scope required: wallets.fund
post/v1-alpha2/wallets/{walletLocator}/balances
Path parameters
walletLocatorstring required
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)
Headers
X-API-KEYstring required
API key required for authentication
Request body
Example request
{
"amount": 10,
"token": "usdxm",
"chain": "base-sepolia"
}Response
Funds sent successfully.
Example response
[
{
"token": "eth",
"decimals": 18
}
]