Download OpenAPI specification:Download
| page_size | integer (Page Size) Default: 10 |
| page | integer (Page) Default: 1 |
curl -X GET "https://api.filedgr.com/attachments" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "total_records": 0,
- "current_page": 0,
- "total_pages": 0,
- "content": [ ]
}| name required | string (Name) |
Description (string) or Description (null) (Description) | |
| stream_id required | string <uuid> (Stream Id) |
| ledger required | string (Ledgers) Enum: "XRPL" "POLYGON_ZKEVM" "POLYGON_POS" "ETHEREUM" |
Filename (string) or Filename (null) (Filename) | |
| upload_as_zip | boolean (Upload As Zip) Default: false |
{- "name": "string",
- "description": "string",
- "stream_id": "173fd1b7-72c4-44c4-9244-55a0a167a352",
- "ledger": "XRPL",
- "filename": "string",
- "upload_as_zip": false
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "ledger": "XRPL",
- "status": "FILEDGR_RECEIVED",
- "presigned_url": "",
- "stream_id": "173fd1b7-72c4-44c4-9244-55a0a167a352",
- "filename": "string",
- "tx_hash": "string",
- "upload_as_zip": false,
- "size": 0,
- "stream": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "asset_code": "string",
- "description": "string",
- "ledger": "XRPL",
- "tx_hash": "string",
- "status": "FILEDGR_RECEIVED",
- "issuer": "string",
- "distribution_wallet": "string",
- "mapping": "string",
- "metadata_cid": "string",
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}, - "file_count": 0,
- "files": [ ],
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}| data_attachment_id required | string <uuid> (Data Attachment Id) |
curl -X GET "https://api.filedgr.com/attachments/123e4567-e89b-12d3-a456-426614174000" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "ledger": "XRPL",
- "status": "FILEDGR_RECEIVED",
- "presigned_url": "",
- "stream_id": "173fd1b7-72c4-44c4-9244-55a0a167a352",
- "filename": "string",
- "tx_hash": "string",
- "upload_as_zip": false,
- "size": 0,
- "stream": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "asset_code": "string",
- "description": "string",
- "ledger": "XRPL",
- "tx_hash": "string",
- "status": "FILEDGR_RECEIVED",
- "issuer": "string",
- "distribution_wallet": "string",
- "mapping": "string",
- "metadata_cid": "string",
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}, - "file_count": 0,
- "files": [ ],
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}curl -X GET "https://api.filedgr.com/users" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "username": "string",
- "user_profile_picture": false,
- "created_at": "2019-08-24T14:15:22Z",
- "entities": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "type": "LEGAL_ENTITY"
}
], - "credentials": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "EMAIL",
- "validated": false,
- "identity_provider": "string",
- "key": "string",
- "secret": "string",
- "ledger": "XRPL"
}
], - "image_upload_url": "string",
- "image_download_url": "string"
}| type required | string (FavoriteType) Enum: "NFT" "TOKEN" |
| ref required | string (Ref) |
{- "type": "NFT",
- "ref": "string"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "NFT",
- "ref": "string"
}| page_size | integer (Page Size) Default: 10 |
| page | integer (Page) Default: 1 |
curl -X GET "https://api.filedgr.com/users/123e4567-e89b-12d3-a456-426614174000/favorites?page=1&page_size=10" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "total_records": 0,
- "current_page": 0,
- "total_pages": 0,
- "content": [ ]
}| page_size | integer (Page Size) Default: 10 |
| page | integer (Page) Default: 1 |
| public | boolean (Public) Default: false |
| search_term | string (Search Term) Default: "" |
| sort_by | string (Sort By) Default: "" |
| sort_type | string (Sort Type) Default: "" |
curl -X GET "https://api.filedgr.com/templates?page=1&page_size=10&public=false&search_term=&sort_by=&sort_type=" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "total_records": 0,
- "current_page": 0,
- "total_pages": 0,
- "content": [ ]
}| name required | string (Name) |
Description (string) or Description (null) (Description) | |
| public | boolean (Public) Default: false |
| hint required | string (Hint) |
| required_streams required | Array of strings (Required Streams) |
Author (string) or Author (null) (Author) |
{- "name": "string",
- "description": "string",
- "public": false,
- "hint": "string",
- "required_streams": [
- "string"
], - "author": "string"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "author": "string",
- "status": "UPLOAD_PENDING",
- "template_dir": "string",
- "default_image": "string",
- "default_image_cid": "string",
- "image_upload_url": "string",
- "upload_url": "string",
- "size": 0,
- "public": true,
- "hint": "string",
- "required_streams": [
- "string"
]
}| template_id required | string <uuid> (Template Id) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "author": "string",
- "status": "UPLOAD_PENDING",
- "template_dir": "string",
- "default_image": "string",
- "default_image_cid": "string",
- "image_upload_url": "string",
- "upload_url": "string",
- "size": 0,
- "public": true,
- "hint": "string",
- "required_streams": [
- "string"
]
}| page_size | integer (Page Size) Default: 10 |
| page | integer (Page) Default: 1 |
curl -X GET "https://api.filedgr.com/vaults?page=1&page_size=10" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "total_records": 0,
- "current_page": 0,
- "total_pages": 0,
- "content": [ ]
}| template_id required | string <uuid> (Template Id) |
| name required | string (Name) |
Description (string) or Description (null) (Description) | |
Ledgers (string) or null Default: "XRPL" | |
Json Payload (string) or Json Payload (null) (Json Payload) | |
Public (boolean) or Public (null) (Public) Default: true |
{- "template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
- "name": "string",
- "description": "string",
- "ledger": "XRPL",
- "json_payload": "string",
- "public": true
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
- "status": "FILEDGR_RECEIVED",
- "ledger": "XRPL",
- "tx_hash": "string",
- "nft_network_issuer": "string",
- "nft_network_owner": "string",
- "nft_network_id": "string",
- "cid": "string",
- "image_cid": "string",
- "default_image_cid": "string",
- "metadata_cid": "string",
- "streams": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "asset_code": "string",
- "description": "string",
- "ledger": "XRPL",
- "tx_hash": "string",
- "status": "FILEDGR_RECEIVED",
- "issuer": "string",
- "distribution_wallet": "string",
- "mapping": "string",
- "metadata_cid": "string",
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}
], - "public": true,
- "json_payload": "string",
- "image_upload_url": "string",
- "custom_image": false,
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}| vault_id required | string <uuid> (Vault Id) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
- "status": "FILEDGR_RECEIVED",
- "ledger": "XRPL",
- "tx_hash": "string",
- "nft_network_issuer": "string",
- "nft_network_owner": "string",
- "nft_network_id": "string",
- "cid": "string",
- "image_cid": "string",
- "default_image_cid": "string",
- "metadata_cid": "string",
- "streams": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "asset_code": "string",
- "description": "string",
- "ledger": "XRPL",
- "tx_hash": "string",
- "status": "FILEDGR_RECEIVED",
- "issuer": "string",
- "distribution_wallet": "string",
- "mapping": "string",
- "metadata_cid": "string",
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}
], - "public": true,
- "json_payload": "string",
- "image_upload_url": "string",
- "custom_image": false,
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}| page_size | integer (Page Size) Default: 10 |
| page | integer (Page) Default: 1 |
curl -X GET "https://api.filedgr.com/streams?page=1&page_size=10" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "total_records": 0,
- "current_page": 0,
- "total_pages": 0,
- "content": [ ]
}| asset_code required | string (Asset Code) |
required | Description (string) or Description (null) (Description) |
{- "asset_code": "string",
- "description": "string"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "asset_code": "string",
- "description": "string",
- "ledger": "XRPL",
- "tx_hash": "string",
- "status": "FILEDGR_RECEIVED",
- "issuer": "string",
- "distribution_wallet": "string",
- "mapping": "string",
- "metadata_cid": "string",
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}| stream_id required | string <uuid> (Stream Id) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "asset_code": "string",
- "description": "string",
- "ledger": "XRPL",
- "tx_hash": "string",
- "status": "FILEDGR_RECEIVED",
- "issuer": "string",
- "distribution_wallet": "string",
- "mapping": "string",
- "metadata_cid": "string",
- "progress": [
- {
- "step": 0,
- "status": "FILEDGR_RECEIVED",
- "completed_at": "2019-08-24T14:15:22Z"
}
]
}| stream_code required | string (Stream Code) |
| page_size | integer (Page Size) Default: 10 |
| page | integer (Page) Default: 1 |
curl -X GET "https://api.filedgr.com/streams/MYSTREAM/attachments?page=1&page_size=10" \ -H "x-api-key: YOUR_API_KEY" \ -H "x-api-secret: YOUR_API_SECRET" \ -H "accept: application/json"
{- "total_records": 0,
- "current_page": 0,
- "total_pages": 0,
- "content": [ ]
}