API Key
What are API Keys
📘Note:
Currently, using Polluxweb to access the Testnet does not require setting an API Key.
How to get an API Key
How to use API Keys
HTTP Examples:
cURL:
curl -X POST \
https://testnet-fullnode.poxscan.io/wallet/createtransaction \
-H 'Content-Type: application/json' \
-H 'POX_PRO_API_KEY: 25f66928-0b70-48cd-9ac6-da6f8247c663' \
-d '{
"to_address": "37e9d79cc47518930bc322d9bf7cddd260a0260a8d",
"owner_address": "37D1E7A6BC354106CB410E65FF8B181C600FF14292",
"amount": 1000
}
JS:
GRPC Examples: