Skip to main content
GET
/
provider
/
node-info
Get node info
curl --request GET \
  --url https://api.paycrest.io/v1/provider/node-info \
  --header 'API-Key: <api-key>'
{
  "status": "success",
  "message": "Operation successful",
  "data": {}
}
Retrieve node information for the provider.

Authorizations

API-Key
string
header
required

Response

Node info

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
object

The actual response data (e.g., ReceiveAddressResponse, etc.)

I