Postman Example
Postman Collection & Environment Examples
To help you quickly test the AkashicPay SecureAPI, we provide downloadable Postman Collection and Environment files.
These files are versioned — the current release is v1.0.
Downloads
🔗 Collection:
[AkashicPay] SecureAPI - example.postman_collection.json
🔗 Environment:
Testnet-SecureAPI-Env.postman_environment.json
Be sure to replace the above URLs with your actual download links.
How to Use
Install Postman
Download and install Postman from https://www.postman.com/downloads/.
Import the Collection
Open Postman and click
Import
in the top left.Upload the file:
[AkashicPay] SecureAPI - example.postman_collection.json
Import the Environment
Repeat the same process for the file:
Testnet-SecureAPI-Env.postman_environment.json
After importing, select the environment from the dropdown in the top-right corner of Postman.
Set Required Variables
The environment file includes the following variables:
IP
: Base URL of the testnet API (e.g., testnet: 34.87.94.182)L2Address
: Your Layer 2 address — replace this with the address you receivedPrivateKey
: Your private key — replace this with the key associated with yourL2Address
Make sure to keep your private key secure. Do not share it publicly.
Start Testing
The collection includes example requests with placeholders that will automatically use the environment variables you’ve configured.
Attachment Files
Example Postman Collection Json
Example TestNet Environment
Last updated
Was this helpful?