Skip to main content

Get All Wallets by Phone Number

GET 

/admin/wallets/all/:phoneNumber

Get all the wallets created for the phoneNumber is exist

Request

Path Parameters

    phoneNumber stringrequired

    (Required) Phone Number

    Example: +15554443322

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

Loading...

Was this page helpful?