Skip to main content

Check if Wallet Exists

GET 

https://api.fuse.io/api/v0/admin/wallets/exists/:walletAddress

Check if the given walletAddress exists

Request

Path Parameters

    walletAddress stringrequired
    Example: 0x11Dd9c1293561044888F4edd96C9A372E6Eb7Cf9

Query Parameters

    apiKey string

    (Required) You Public API key

    Example: {{publicKey}}

Header Parameters

    API-SECRET string

    (Required) You Secret API key

    Example: {{secretKey}}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Responses

OK

Schema

    object

curl -L -X GET 'https://api.fuse.io/api/v0/admin/wallets/exists/:walletAddress' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0
Parameters
— pathrequired
— query
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?