⚙️WalletChat API Reference
WalletChat API is free for basic use. Use the Swagger docs for interactive manual testing.
Interactive API docs via Swagger
API Key Holders (Paid Tier)
Important Note for Security
Example for /v1/name
curl --location 'https://api.v2.walletchat.fun/v1/name'
--header 'Authorization: Bearer AdminTestKey123'
--header 'Content-Type: text/plain'
--data '{
"name": "Nftz4Life",
"address": "0x14ffE94d2B5Bf47a8d55D713b3d6b35039167cfb"
}'Example for /v1/update_settings
Last updated