Request devnet SOL
Body
required
application/json
Recipient address
- Type: stringaddressrequired
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/devnet/faucet
curl https://api.musebook.trade/api/devnet/faucet \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"address": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}