overlay
  1. Wallet
overlay
  • Overview
    • Introduction
    • Pricing
    • Endpoint
    • Getting Started
  • Wallet
    • Create a wallet
      POST
  • Token
    • Create a token
      POST
    • Mint a token
      POST
    • Burn a token
      POST
    • Transfer a token
      POST
  • NFT
    • Create a NFT
      POST
    • Burn a NFT
      POST
    • Transfer a NFT
      POST
  1. Wallet

Create a wallet

devnet
https://devnet.overlay.fun
devnet
https://devnet.overlay.fun
POST
https://devnet.overlay.fun
/wallets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://devnet.overlay.fun/wallets' \
--header 'Content-Type: application/json' \
--data-raw '{
    "network": "solana"
}'
Response Response Example
{}

Request

Body Params application/json

Examples

Responses

🟢200成功
application/json
Body

Previous
Getting Started
Next
Create a token
Built with