Fund Wallet
Funds a wallet on an existing network that you currently have running.
post
Funds a wallet on a network with 1-100 tokens. Can fund existing wallets, or an external wallet you want to connect to the network.
Path parameters
environmentIdstringRequired
Environment ID. (GET /environments to see the list of your Environments)
walletAddressstringRequired
Wallet public address. (GET /environments to see the list of your Environments with Wallet details)
Query parameters
networkstringRequired
Network where wallet needs to be funded (Example 'ethereum')
amountstringOptional
The amount of tokens 1-100 you want to fund the wallet with.
Responses
200
Success
401
Unauthorized
500
Internal Server Error
post
POST /v1/environments/{environmentId}/wallet/{{walletAddress}} HTTP/1.1
Host: api.nameless.io
Accept: */*
No content
curl --location --request POST 'https://api.nameless.io/v1/environments/{environmentId}/wallet/{walletAddrress}?network={network}&amount=10' \
--header 'x-api-key: <YOUR API KEY>'
Last updated
Was this helpful?