Skip to content

Releases: pinax-network/antelope-transactions-api

v0.3.4

26 Sep 21:02
Compare
Choose a tag to compare

Changes

✨ Features

🐛 Bug Fixes

📝 Documentation

Full Changelog: v0.3.3...v0.3.4

v0.3.3

23 Sep 19:45
Compare
Choose a tag to compare

Changes

  • remove Object from where statements
  • remove meta from Response
  • reduce json logging output

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Sep 19:25
e7f9d52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Sep 19:07
ce7d733
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

📝 Documentation

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Sep 18:45
0aa4c2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

model UsageResponse<T> {
    data: T[];
    statistics: {
        elapsed: float;
        rows_read: safeint;
        bytes_read: safeint;
    };
    rows: safeint;
    rows_before_limit_at_least: safeint;
    meta: {
        name: string;
        type: string;
    }[];
}

Usage

Path Description
GET /actions/tx_hash/{tx_hash} Actions by transaction
GET /authorizations/tx_hash/{tx_hash} Authorizations by transaction
GET /blocks/date/{date} Blocks by date
GET /blocks/hash/{hash} Blocks by hash
GET /blocks/number/{number} Blocks by number
GET /db_ops/tx_hash/{tx_hash} Database operations by transaction
GET /transactions/block_date/{block_date} Transactions by date
GET /transactions/block_number/{block_number} Transactions by block
GET /transactions/hash/{hash} Transactions by hash

v0.2.0

30 Aug 18:46
dabc473
Compare
Choose a tag to compare

Changes

✨ Features

  • Update endpoints to reflect schema changes @0237h (#2)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

29 Aug 17:19
e0e58f8
Compare
Choose a tag to compare

Changes

✨ Features

Full Changelog: ...v0.1.0