curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/merchants \
--header 'Authorization: Bearer <token>'{
"merchants": [
"<unknown>"
]
}Returns paginated list of vendors with no parent_vendor_id (master merchants).
curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/merchants \
--header 'Authorization: Bearer <token>'{
"merchants": [
"<unknown>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 15 <= x <= 50List of merchants